home *** CD-ROM | disk | FTP | other *** search
- object FrmAccounts: TFrmAccounts
- Left = 331
- Top = 266
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'E-mail Accounts'
- ClientHeight = 387
- ClientWidth = 510
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 120
- TextHeight = 16
- object Label74: TLabel
- Left = 6
- Top = 315
- Width = 168
- Height = 80
- Caption = 'poco'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnShadow
- Font.Height = 80
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- Transparent = True
- end
- object Label75: TLabel
- Left = 2
- Top = 315
- Width = 168
- Height = 80
- Caption = 'poco'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnHighlight
- Font.Height = 80
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- Transparent = True
- end
- object Label73: TLabel
- Left = 4
- Top = 315
- Width = 168
- Height = 80
- Caption = 'poco'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnFace
- Font.Height = 80
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- Transparent = True
- end
- object Panel1: TPanel
- Left = 5
- Top = 6
- Width = 498
- Height = 331
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 15
- Top = 28
- Width = 58
- Height = 16
- Caption = '&Accounts:'
- FocusControl = AccountsList
- end
- object Shape1: TShape
- Left = 160
- Top = 116
- Width = 26
- Height = 2
- end
- object Shape2: TShape
- Left = 186
- Top = 34
- Width = 2
- Height = 286
- end
- object Shape3: TShape
- Left = 187
- Top = 34
- Width = 16
- Height = 2
- end
- object Shape4: TShape
- Left = 187
- Top = 318
- Width = 16
- Height = 2
- end
- object Label6: TLabel
- Left = 15
- Top = 231
- Width = 152
- Height = 16
- Caption = 'Check account box to'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 17
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label10: TLabel
- Left = 29
- Top = 248
- Width = 122
- Height = 16
- Caption = 'retrieve POP mail'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 17
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label13: TLabel
- Left = 229
- Top = 35
- Width = 105
- Height = 16
- Caption = 'Accoun&t Name:'
- FocusControl = EditAccount
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label14: TLabel
- Left = 13
- Top = 275
- Width = 96
- Height = 16
- Caption = 'De&fault Account:'
- FocusControl = ComboAccount
- end
- object Bevel1: TBevel
- Left = 6
- Top = 194
- Width = 170
- Height = 28
- end
- object BtnDelete: TSpeedButton
- Left = 91
- Top = 195
- Width = 84
- Height = 26
- Cursor = crHandPoint
- Hint = 'Delete the selected entry'
- Caption = '&Delete'
- Flat = True
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777887777777
- 7777770088777777887770990887778008877099908878099087770999088099
- 9077777099900999077777770999999077777777809999087777777800999908
- 8777778099999990887777099990099908877099990770999087709990777709
- 9088770007777770990777777777777700777777777777777777}
- OnClick = BtnDeleteClick
- end
- object BtnNew: TSpeedButton
- Left = 7
- Top = 195
- Width = 84
- Height = 26
- Cursor = crHandPoint
- Hint = 'Create new address book entry'
- Caption = 'N&ew'
- Flat = True
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777778777
- 7777777777708777777777777770887777777777880F087887777770080F0800
- 87777770F00F00F0777777780FFFFF08887778000FFFFF00088800FFFFFFFFFF
- F00777000FFFFF00077777770FFFFF0887777770F00F00F087777770070F0800
- 77777777770F0777777777777770877777777777777077777777}
- OnClick = BtnNewClick
- end
- object Panel2: TPanel
- Left = 6
- Top = 46
- Width = 171
- Height = 145
- BevelInner = bvLowered
- TabOrder = 0
- object AccountsList: TCheckListBox
- Left = 2
- Top = 2
- Width = 167
- Height = 141
- Align = alClient
- BorderStyle = bsNone
- ItemHeight = 16
- Sorted = True
- TabOrder = 0
- OnClick = AccountsListClick
- end
- end
- object ComboAccount: TComboBox
- Left = 11
- Top = 294
- Width = 164
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- TabOrder = 3
- OnDropDown = ComboAccountDropDown
- OnEnter = ToggleMemo
- OnExit = ToggleMemo
- end
- object Panel3: TPanel
- Left = 1
- Top = 1
- Width = 496
- Height = 22
- Align = alTop
- BevelOuter = bvNone
- Color = clGreen
- TabOrder = 4
- object Label11: TLabel
- Left = 6
- Top = 2
- Width = 317
- Height = 16
- Caption = 'Setup a single or multiple e-mail accounts you use'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 16
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- Transparent = True
- end
- end
- object PageControl: TPageControl
- Left = 198
- Top = 66
- Width = 293
- Height = 251
- ActivePage = Tab1
- HotTrack = True
- Style = tsButtons
- TabOrder = 2
- OnChange = PageControlChange
- object Tab1: TTabSheet
- Caption = 'General'
- object Label8: TLabel
- Left = 31
- Top = 8
- Width = 64
- Height = 16
- Caption = 'Full &Name:'
- end
- object Label7: TLabel
- Left = 1
- Top = 37
- Width = 95
- Height = 16
- Caption = 'E-&mail Address:'
- end
- object Label5: TLabel
- Left = 20
- Top = 192
- Width = 84
- Height = 16
- Caption = '&SMTP Server:'
- end
- object EditName: TEditN
- Left = 103
- Top = 5
- Width = 176
- Height = 24
- Hint = 'e.g. Jane Smith'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 0
- OnEnter = EditAccountEnter
- ColorOnFocus = clYellow
- ColorOnNotFocus = clWindow
- FontColorOnFocus = clBlack
- FontColorOnNotFocus = clWindowText
- EditType = etString
- EditKeyByTab = #9
- EditAlign = etAlignNone
- EditLengthAlign = 0
- EditPrecision = 0
- ValueInteger = 0
- ValueDate = 36159.000000000000000000
- ValueTime = 0.686039629629629600
- TimeSeconds = False
- FirstCharUpper = False
- FirstCharUpList = ' ('
- WidthOnFocus = 0
- end
- object EditFrom: TEditN
- Left = 103
- Top = 33
- Width = 176
- Height = 24
- Hint = 'e.g. jsmith@provider.com'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 1
- OnEnter = EditAccountEnter
- ColorOnFocus = clYellow
- ColorOnNotFocus = clWindow
- FontColorOnFocus = clBlack
- FontColorOnNotFocus = clWindowText
- EditType = etString
- EditKeyByTab = #9
- EditAlign = etAlignNone
- EditLengthAlign = 0
- EditPrecision = 0
- ValueInteger = 0
- ValueDate = 36159.000000000000000000
- ValueTime = 0.686039629629629600
- TimeSeconds = False
- FirstCharUpper = False
- FirstCharUpList = ' ('
- WidthOnFocus = 0
- end
- object GroupBox1: TGroupBox
- Left = 5
- Top = 62
- Width = 274
- Height = 109
- Caption = ' POP Settings '
- TabOrder = 2
- object Label2: TLabel
- Left = 21
- Top = 25
- Width = 74
- Height = 16
- Caption = '&POP Server:'
- end
- object Label3: TLabel
- Left = 31
- Top = 52
- Width = 66
- Height = 16
- Caption = '&Username:'
- end
- object Label4: TLabel
- Left = 33
- Top = 80
- Width = 63
- Height = 16
- Caption = 'Pass&word:'
- end
- object editPOPServer: TEditN
- Left = 106
- Top = 19
- Width = 150
- Height = 24
- Hint = 'e.g. provider.com'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 0
- OnEnter = EditAccountEnter
- ColorOnFocus = clYellow
- ColorOnNotFocus = clWindow
- FontColorOnFocus = clBlack
- FontColorOnNotFocus = clWindowText
- EditType = etString
- EditKeyByTab = #9
- EditAlign = etAlignNone
- EditLengthAlign = 0
- EditPrecision = 0
- ValueInteger = 0
- ValueDate = 36159.000000000000000000
- ValueTime = 0.686039629629629600
- TimeSeconds = False
- FirstCharUpper = False
- FirstCharUpList = ' ('
- WidthOnFocus = 0
- end
- object EditPOPUsername: TEditN
- Left = 106
- Top = 47
- Width = 150
- Height = 24
- Hint = 'e.g. jsmith'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 1
- OnEnter = EditAccountEnter
- ColorOnFocus = clYellow
- ColorOnNotFocus = clWindow
- FontColorOnFocus = clBlack
- FontColorOnNotFocus = clWindowText
- EditType = etString
- EditKeyByTab = #9
- EditAlign = etAlignNone
- EditLengthAlign = 0
- EditPrecision = 0
- ValueInteger = 0
- ValueDate = 36159.000000000000000000
- ValueTime = 0.686039629629629600
- TimeSeconds = False
- FirstCharUpper = False
- FirstCharUpList = ' ('
- WidthOnFocus = 0
- end
- object EditPOPPass: TEditN
- Left = 106
- Top = 75
- Width = 150
- Height = 24
- Hint = 'e.g. MyPass6364'
- Ctl3D = True
- ParentCtl3D = False
- PasswordChar = '*'
- TabOrder = 2
- OnEnter = EditAccountEnter
- ColorOnFocus = clYellow
- ColorOnNotFocus = clWindow
- FontColorOnFocus = clBlack
- FontColorOnNotFocus = clWindowText
- EditType = etString
- EditKeyByTab = #9
- EditAlign = etAlignNone
- EditLengthAlign = 0
- EditPrecision = 0
- ValueInteger = 0
- ValueDate = 36159.000000000000000000
- ValueTime = 0.686039629629629600
- TimeSeconds = False
- FirstCharUpper = False
- FirstCharUpList = ' ('
- WidthOnFocus = 0
- end
- end
- object editSMTP: TEditN
- Left = 112
- Top = 188
- Width = 161
- Height = 24
- Hint = 'e.g. mail.provider.com'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 3
- OnEnter = EditAccountEnter
- ColorOnFocus = clYellow
- ColorOnNotFocus = clWindow
- FontColorOnFocus = clBlack
- FontColorOnNotFocus = clWindowText
- EditType = etString
- EditKeyByTab = #9
- EditAlign = etAlignNone
- EditLengthAlign = 0
- EditPrecision = 0
- ValueInteger = 0
- ValueDate = 36159.000000000000000000
- ValueTime = 0.686039629629629600
- TimeSeconds = False
- FirstCharUpper = False
- FirstCharUpList = ' ('
- WidthOnFocus = 0
- end
- end
- object Tab2: TTabSheet
- Caption = 'Optional'
- ImageIndex = 1
- object Label12: TLabel
- Left = 14
- Top = 144
- Width = 105
- Height = 16
- Cursor = crHandPoint
- Caption = 'Default Signature:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Label12Click
- end
- object Label15: TLabel
- Left = 14
- Top = 173
- Width = 133
- Height = 16
- Caption = 'Optional signature tag:'
- end
- object Label16: TLabel
- Left = 24
- Top = 196
- Width = 238
- Height = 16
- Caption = '(Replaced for %tag% string in signature)'
- end
- object cbSig: TComboBox
- Left = 126
- Top = 140
- Width = 149
- Height = 24
- Style = csDropDownList
- ItemHeight = 0
- TabOrder = 1
- OnEnter = ToggleMemo
- OnExit = ToggleMemo
- end
- object GroupBox2: TGroupBox
- Left = 4
- Top = 4
- Width = 275
- Height = 129
- Caption = 'Advanced POP Settings '
- TabOrder = 0
- object Label9: TLabel
- Left = 212
- Top = 26
- Width = 55
- Height = 16
- Caption = '&kb in size'
- end
- object chkSkipBig: TCheckBox
- Left = 9
- Top = 25
- Width = 156
- Height = 21
- Hint = 'Check to avoid long downloads'
- Caption = 'Sk&ip messages over'
- Color = clBtnFace
- ParentColor = False
- TabOrder = 0
- OnClick = chkSkipBigClick
- end
- object editSize: TEditN
- Left = 158
- Top = 22
- Width = 47
- Height = 24
- Hint = 'e.g. MyPass6364'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 1
- Text = '100'
- OnEnter = EditAccountEnter
- ColorOnFocus = clYellow
- ColorOnNotFocus = clWindow
- FontColorOnFocus = clBlack
- FontColorOnNotFocus = clWindowText
- EditType = etInteger
- EditKeyByTab = #9
- EditAlign = etAlignNone
- EditLengthAlign = 0
- EditPrecision = 0
- ValueInteger = 0
- ValueDate = 36159.000000000000000000
- ValueTime = 0.686039629629629600
- TimeSeconds = False
- FirstCharUpper = False
- FirstCharUpList = ' ('
- WidthOnFocus = 0
- end
- object chkLMOS: TCheckBox
- Left = 9
- Top = 52
- Width = 167
- Height = 17
- Caption = '&Leave mail on server'
- TabOrder = 2
- end
- object chkSound: TCheckBox
- Left = 9
- Top = 76
- Width = 172
- Height = 17
- Caption = 'Sound ale&rt on new mail'
- TabOrder = 3
- end
- object cbMsgAlert: TCheckBox
- Left = 9
- Top = 100
- Width = 211
- Height = 21
- Caption = 'Message alert on new mail'
- TabOrder = 4
- end
- end
- object EditTag: TEditN
- Left = 156
- Top = 169
- Width = 119
- Height = 24
- Hint = 'e.g. Jane Smith'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 2
- OnEnter = EditAccountEnter
- ColorOnFocus = clYellow
- ColorOnNotFocus = clWindow
- FontColorOnFocus = clBlack
- FontColorOnNotFocus = clWindowText
- EditType = etString
- EditKeyByTab = #9
- EditAlign = etAlignNone
- EditLengthAlign = 0
- EditPrecision = 0
- ValueInteger = 0
- ValueDate = 36159.000000000000000000
- ValueTime = 0.686039629629629600
- TimeSeconds = False
- FirstCharUpper = False
- FirstCharUpList = ' ('
- WidthOnFocus = 0
- end
- end
- object Tab3: TTabSheet
- Caption = 'Virtual'
- ImageIndex = 2
- object Label17: TLabel
- Left = 2
- Top = 8
- Width = 120
- Height = 16
- Caption = 'Destination mailbox:'
- end
- object cbDownload: TCheckBox
- Left = 4
- Top = 40
- Width = 255
- Height = 17
- Caption = 'Download only if message sent TO:'
- TabOrder = 1
- OnClick = cbDownloadClick
- end
- object MemoDownload: TMemo
- Left = 32
- Top = 62
- Width = 234
- Height = 65
- ScrollBars = ssVertical
- TabOrder = 2
- WordWrap = False
- OnEnter = ToggleMemo
- OnExit = ToggleMemo
- end
- object MemoDontDownload: TMemo
- Left = 32
- Top = 152
- Width = 234
- Height = 65
- ScrollBars = ssVertical
- TabOrder = 4
- WordWrap = False
- OnEnter = ToggleMemo
- OnExit = ToggleMemo
- end
- object cbDontDownload: TCheckBox
- Left = 4
- Top = 132
- Width = 255
- Height = 17
- Caption = 'Don'#39't download if message sent TO:'
- TabOrder = 3
- OnClick = cbDontDownloadClick
- end
- object EditMailbox: TComboBox
- Left = 127
- Top = 3
- Width = 157
- Height = 24
- Hint = 'e.g. My folder\Work mail'
- ItemHeight = 0
- TabOrder = 0
- OnEnter = ToggleMemo
- OnExit = ToggleMemo
- end
- end
- end
- object EditAccount: TEditN
- Left = 342
- Top = 31
- Width = 135
- Height = 24
- Hint = 'e.g. Jane'#39's main account'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 1
- OnChange = EditAccountChange
- OnEnter = EditAccountEnter
- OnExit = EditAccountExit
- ColorOnFocus = clYellow
- ColorOnNotFocus = clWindow
- FontColorOnFocus = clBlack
- FontColorOnNotFocus = clWindowText
- EditType = etString
- EditKeyByTab = #9
- EditAlign = etAlignNone
- EditLengthAlign = 0
- EditPrecision = 0
- ValueInteger = 0
- ValueDate = 36159.000000000000000000
- ValueTime = 0.686039629629629600
- TimeSeconds = False
- FirstCharUpper = False
- FirstCharUpList = ' ('
- WidthOnFocus = 0
- end
- object PnlPage: TPanel
- Left = 402
- Top = 66
- Width = 90
- Height = 22
- BevelOuter = bvNone
- Caption = 'Page 1 of 3'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 16
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- end
- end
- object BtnOK: TButton
- Left = 394
- Top = 344
- Width = 110
- Height = 37
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Left = 278
- Top = 349
- Width = 101
- Height = 31
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = BtnCancelClick
- end
- end
-